home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000188_news@columbia.edu_Fri Aug 18 10:16:34 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24637
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 19 Aug 1995 10:40:30 -0400
  3. Received: by apakabar.cc.columbia.edu id AA16243
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 19 Aug 1995 10:40:29 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!psinntp!psinntp!gatech!newsfeed.internetmci.com!us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit thru Windows over Token-Ring
  9. Message-Id: <1995Aug18.161635.59266@cc.usu.edu>
  10. Date: 18 Aug 95 16:16:34 MDT
  11. References: <412rv1$1fd@legba.synergy.net>
  12. Organization: Utah State University
  13. Lines: 66
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <412rv1$1fd@legba.synergy.net>, RAMANAN.SREEDHAR@MHS-PFG1.ATTMAIL.COM writes:
  17. > HELLO:
  18. > I am trying to get Kermit 3.14 to run Windows 3.1 loaded from a Novell 
  19. >Token-Ring Server. I am 
  20. > loading both ODIPKT and WINPKT in my "startnet.bat" and have a second frame,
  21. > Token-Ring_Snap 
  22. > for my IP, ARP and RARP protocols in my "net.cfg" file. My files are as 
  23. >follows:
  24.     I have unwrapped your lines; please press the Enter key before
  25. approaching column 80, thanks.
  26.  
  27. > STARTNET.BAT
  28. > ----------------------------
  29. > LSL
  30. > TOKEN
  31. > ODIPKT 1 99
  32. > WINPKT 0x63
  33. > IPXODI
  34. > VLM
  35. > and  NET.CFG
  36. >         ---------------
  37. > protocol KERMIT
  38. >         bind Token
  39.  
  40.     There are no alternatives to choose amongst, so you may omit the
  41. two lines above.
  42.  
  43. > Link Driver TOKEN
  44. >         Frame TOKEN-RING
  45. >         Frame TOKEN-RING_SNAP
  46. >         Protocol IPX      E0    TOKEN-RING
  47. >         Protocol IP      0800    TOKEN-RING_SNAP
  48. >         Protocol ARP      0806    TOKEN-RING_SNAP
  49. >         Protocol RARP  8035    TOKEN-RING_SNAP
  50. > Now, when I try to connect to an UNIX Server on the ring using TCP/IP, 
  51. >Kermit comes up with the 
  52. > following error message:
  53. > Unable to ARP resolve gateway <gateway-address>
  54. > Unable to connect to the host
  55. > ?Cannot start connection
  56. > The "show network" command of MSKERMIT shows that TCP/IP port is #23 and 
  57. >using the 
  58. > Packet-Driver-interrupt: \0x63. Also, the "check tcp" command comes back 
  59. >as TCP/IP Available.
  60.  
  61.     Dan Lanciani may wish to amplify matters here. Basically ODIPKT is
  62. relaying Token-Ring_SNAP frames to the application (Kermit). ODIPKT should
  63. say this on its startup banner. Kermit understands Ethernet and SLIP frames 
  64. but not Token Ring. However, you may run Kermit *directly* over ODI with 
  65. Token-Ring_SNAP frames, but that makes life difficult without winpkt if 
  66. Windows is active (don't do it, or check the "lock application in memory" 
  67. box in Kermit's PIF).
  68.     If ODIPKT reports "class 1" (aka Ethernet II frames) then the problem
  69. is probably in your TCP/IP setup. Class 3 is Token-Ring_SNAP.
  70.  
  71.         Joe D.